Vcenter NamespaceManagement Networks Nsx Projects Vpcs Compatibility Summary
The Vcenter NamespaceManagement Networks Nsx Projects Vpcs Compatibility Summary schema contains information about a Project, including whether it is compatible with the vCenter Namespaces feature and incompatibility reasons.
This schema was added in vSphere API 9.0.0.0.
{
"vpc": "string",
"name": "string",
"nsx_path": "string",
"compatible": false,
"incompatibility_reasons": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
Identifier of the VPC.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.networks.nsx.Vpc
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.networks.nsx.Vpc
.
User-friendly identifier of the VPC.
This property was added in vSphere API 9.0.0.0.
NSX path of the VPC.
This property was added in vSphere API 9.0.0.0.
Compatibility of this VPC with the given Supervisor.
This property was added in vSphere API 9.0.0.0.
List of reasons for incompatibility. If Vcenter NamespaceManagement Networks Nsx Projects Vpcs Compatibility Summary.compatible is true, this list will be empty.
This property was added in vSphere API 9.0.0.0.